Versions:
qmcli 0.1.3, released by developer tobylai-toby, is a lightweight command-line launcher whose single purpose is to initiate Minecraft sessions without loading a graphical interface. Written in Rust and distributed as a single self-contained executable, the open-source tool parses user-supplied arguments—such as version, game directory, JVM flags, and authentication token—then assembles the exact java command required to start the title, after which it exits cleanly. Because the entire flow is text-based, it is especially attractive to power users who manage multiple instances, run headless servers, automate mod-pack testing in CI pipelines, or simply prefer keyboard-driven workflows over conventional launchers. Early adopters report using qmcli inside Docker containers, systemd services, and batch scripts that cycle through snapshots to validate server compatibility, while others pair it with wrapper scripts that switch Java runtimes or memory settings on the fly. The project is explicitly marked “Work In Progress,” so features like Microsoft account integration, Fabric/Forge profile detection, and incremental asset downloads are still evolving, yet the 0.1.3 milestone already delivers core functionality for vanilla and most common custom versions. As the first and only version published to date, it establishes a minimal but extensible foundation the maintainer intends to expand through community pull requests. The software is available for free on get.nero.com, with downloads provided via trusted Windows package sources (e.g. winget), always delivering the latest version, and supporting batch installation of multiple applications.
Tags: